Skip to content
数据库golang

GORM

Go这边比较方便的ORM对象关系映射)库吧。

读文档是最好的 —— GORM 指南

简单来说,可以使用go中的struct来定义模型,从而方便的调数据库

Released under the MIT License.